home *** CD-ROM | disk | FTP | other *** search
- SDEF
- // -----------------------------------------------------------------------------
- // $Logfile:: /Quake 2 Engine/Sin/Base Sin Data/Models/Inventory/code.def $
- // $Revision:: 6 $
- // $Author:: Mph $
- // $Date:: 10/26/98 1:25p $
- //
- // Copyright (C) 1998 by Ritual Entertainment, Inc.
- // All rights reserved.
- //
- // This source may not be distributed and/or modified without
- // expressly written permission by Ritual Entertainment, Inc.
- //
- // This is a model definition file. It is to be used in conjunction with Sin.
- //
- // -----------------------------------------------------------------------------
- // MODEL DESCRIPTION:
- // Decoding device that can be attached to a computer terminal for a JC tap.
- //
- // MODEL AUTHOR:
- // ?
- //
- /*SINED Inventory_Decoder (0 .5 .8) (0 0 0) (0 0 0) NOT_SOLID NOT_DAMAGABLE
- Computer Decoder
- */
-
- // -----------------------------------------------------------------------------
- // FILE DECLARATIONS
- //
- // Model Commands
- path models/powerups/code
- scale 0.8
-
- // Base Model
- code.sbm
-
- // Skins
- normal code.tga
-
- // Normal Animations
- idle code.sam
- pose code_pose.sam
-
- // -----------------------------------------------------------------------------
- // INITIALIZATION SECTION
- //
- !init:
-
- // Class Setup
- server classname Decoder
- server setsize "-8 -4 0" "8 4 8"
-
- // Server Sounds
- server alias snd_pickup "weapons/pkup/ammo/bulletup1.wav"
-
- // Icon and Inventory Name
- server iconname "i_decoder"
- server itemname "HC Computer Decoder"
-
- // -----------------------------------------------------------------------------
- // MAIN SECTION
- //
- !main:
-
- // -----------------------------------------------------------------------------
- // SOURCESAFE Update Log
- //
- // $Log:: /Quake 2 Engine/Sin/Base Sin Data/Models/Inventory/code.def $
- //
- // 6 10/26/98 1:25p Mph
- // added pose
- //
- // 5 10/11/98 5:11p Joeske
- // Modified scale of all items.
- //
- // 4 9/30/98 2:45p Joeske
- // Added in formatting, fixed image references.
- //
- // -----------------------------------------------------------------------------
-
-
-